home *** CD-ROM | disk | FTP | other *** search
/ Aminet 6 / Aminet 6 - June 1995.iso / Aminet / gfx / board / GBrun.lha / GBrun.doc next >
Encoding:
Text File  |  1995-03-13  |  2.0 KB  |  89 lines

  1.  
  2.  
  3.  
  4.                                    GBrun
  5.  
  6.                                    V 1.0
  7.  
  8.                             © 1995 Frank Toepper
  9.  
  10.                                   FREEWARE
  11.  
  12.                    Doc (tried to) translate by Ralph Wermke
  13.  
  14.  
  15.  
  16. Introduction:
  17.  
  18. After I've bought the Piccolo SD64, I found out that I can't start a lot
  19. programs e.g. Deluxe Galaga under the WB emulation :-(, because they opens
  20. not an own screen but they program the hardware directly.
  21. The emulation can't check this, so that the screen from graphic board is
  22. still visible and won't be changed to Amiga graphic output.
  23. You can see that is only a problem if you use an one-monitor-system.
  24.  
  25.  
  26. Functions:
  27.  
  28. After the start a new appicon lays on the Workbench. When you put a
  29. program-icon on the appicon, an Amiga screen will be opened; if need
  30. NOVIEW and/or NOCACHE will be activated (possibly by ask), and the
  31. selected program will start synchronly. Serveral delivered
  32. programs will be started successively.
  33. Tip: If a batchfile should be started, the s-flag must be set.
  34.      (protect <batchfile> +s)
  35.  
  36.  
  37. Start:
  38.  
  39. You can start GBrun from Workbench or from CLI.
  40. The program does'nt detach from CLI, so that it should be run with
  41. 'run >NIL: GBrun'.
  42. The image for appicon is the programicon (if not available the
  43. Def-Tool-Icon).
  44.  
  45.  
  46. Arguments:
  47.  
  48. No CLI-arguments available.
  49.  
  50.  
  51. Tool Types:
  52.  
  53. Independent form start the following tool types will accept:
  54.   APPICONNAME=<string>
  55.      Appicon name
  56.      Def: NULL
  57.   NOVIEW=<ASK|YES|NO>
  58.      switch of View (OS 3.0 or better)
  59.      Def: ASK
  60.   NOCACHE=<ASK|YES|NO>
  61.      switch of caches 
  62.      Def: ASK
  63.   SCREEN.MODEID=<Hex-number>
  64.      ID number of an Amiga screen that will be opend
  65.      Def: DEFAULT_MONITOR_ID
  66.  
  67.  
  68. Other:
  69.  
  70. This program is compiled with Maxon C++ V3.0 .
  71.  
  72. Tested on:
  73.  
  74. A4000/030 Piccolo SD64
  75. A4000/040 Piccolo SD64
  76.  
  77.  
  78. Author:
  79.  
  80. Bugreports, suggestions for improvement, ideas etc. to:
  81.  
  82.   Post:  Frank Toepper
  83.          Maxim Gorki Str. 5A
  84.          Greifswald
  85.          17491
  86.          GERMANY
  87.  
  88.   EMail: toepper@gryps1.rz.uni-greifswald.de
  89.